home *** CD-ROM | disk | FTP | other *** search
/ Città Del Mondo: Barcellona / città del mondo barcellona.bin / Xtras / resaudio.x32 / TEXT / MESSAGE_TABLE
Text File  |  1999-02-22  |  2KB  |  48 lines

  1. xtra audio
  2. --
  3. -- Audio Xtra
  4. -- Published by updateStage
  5. -- 
  6. -- Sales: sales@updatestage.com, (781) 641-6043
  7. -- Technical support: support@updatestage.com, (781) 641-6043
  8. -- Web: http://www.updatestage.com
  9. -- Written by Scott Kildall, Red Eye Software
  10. --Copyright 1996-1998,  Red Eye Software
  11.  
  12. new object me,  integer bufferSize
  13. forget object me
  14.  
  15. + Register  object xtraRef, string serialNumber -- Registers the Sound Xtra. THIS MUST BE CALLED FOR YOUR RUNTIME (PROJECTOR) FILES
  16. GetError object me   -- returns the last error number
  17. GetInfo object me, integer identifier --  returns specific information
  18. SetInfo object me, integer identifier, integer setting --  sets specific information
  19. Status object me   -- returns the status of a sound
  20. ConnectInputDevice object me -- connects to the sound recorder
  21. DisconnectInputDevice object me -- disconnects from the sound recorder
  22. SetSoundType object me, string type, string name, string action -- specifies a file for sound recording or playback
  23. ClearSoundType object me   -- clears information about the sound file
  24. Play object me   -- plays a sound
  25. Record object me   -- records a sound
  26. Stop object me   -- stops a sound
  27. Pause object me   -- pauses a sound
  28. Resume object me  -- resumes a paused sound
  29. GetCurrentTime object me   -- returns the playback time of a sound
  30. IsASound object me, string type, string name  -- indicates if this sound exists
  31. DeleteSound object me, string type, string name  -- deletes a sound
  32. SetPlaySegment object me, int start, int end  -- sets the start and end points of a playback sound
  33. ClearPlaySegment object me   -- resets the start and end points
  34. SetSampleRate object me, integer rate    -- sets the sample rate of a sound
  35. SetSampleDepth object me, integer depth   -- sets the sample depth of a sound
  36. SetCompression object me, integer compressor   --  sets a compressor for the sound
  37. GetInputLevel object me   -- returns the input level of the microphone
  38. FreeRecordingTime object me --  returns the free recording time
  39.  
  40. -- Wave-plotting functions
  41. SetForegroundColor object me, integer red, integer green, integer blue -- sets the foreground color for wave-plotting
  42. SetBackgroundColor object me, integer red, integer green, integer blue -- sets the background color for wave-plotting
  43. PlotWaveform  object me, member bitmapCastMember, integer width, integer height, integer dotsPerX, integer timebase, integer normalize -- generates a waveform
  44. --
  45.  
  46.  
  47.  
  48.